home *** CD-ROM | disk | FTP | other *** search
- -- card: 47823 from stack: in
- -- bmap block id: 51005
- -- flags: 0000
- -- background id: 2739
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=445 top=295 right=320 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 2162 / 2162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go to card id 47389
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=73 top=267 right=291 bottom=128
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseWithin
- show card field cancel
- end mouseWithin
-
- on mouseLeave
- hide card field cancel
- end mouseLeave
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=368 top=243 right=267 bottom=416
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseWithin
- show card field zeroTotal
- end mouseWithin
-
- on mouseLeave
- hide card field zeroTotal
- end mouseLeave
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=368 top=275 right=291 bottom=412
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseWithin
- show card field addsub
- end mouseWithin
-
- on mouseLeave
- hide card field addsub
- end mouseLeave
-
-
-
- -- part 5 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=48 top=155 right=253 bottom=220
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cancel
-
-
- -- part 6 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=204 top=139 right=231 bottom=376
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: find
-
-
- -- part 7 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=204 top=174 right=272 bottom=376
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: arrows
-
-
- -- part 8 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=259 top=139 right=237 bottom=431
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: zeroTotal
-
-
- -- part 9 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=259 top=174 right=272 bottom=431
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: addsub
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=288 top=275 right=291 bottom=332
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseWithin
- show card field arrows
- end mouseWithin
-
- on mouseLeave
- hide card field arrows
- end mouseLeave
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=288 top=243 right=267 bottom=336
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseWithin
- show card field find
- end mouseWithin
-
- on mouseLeave
- hide card field find
- end mouseLeave
-
-
-
- -- part contents for card part 5
- ----- text -----
- The cancel button closes the inquire object dialog.
-
- -- part contents for card part 9
- ----- text -----
- Select whether you want to add or subtract the object to the running area or perimeter totals.
-
- -- part contents for card part 8
- ----- text -----
- Zero resets the running total of area or perimeter to zero.
-
- -- part contents for card part 6
- ----- text -----
- Find allows to to find a object on the screen.
-
- -- part contents for card part 7
- ----- text -----
- The arrows let you move to the next or previous object in the drawing file.